home *** CD-ROM | disk | FTP | other *** search
- Path: dyn013.king-george.va.us.crosslink.net!miller
- From: miller@crosslink.net (Randall Miller)
- Newsgroups: comp.lang.c++
- Subject: Question on storing a char as an int and retrieving it
- Date: Sun, 4 Feb 1996 12:41:19 UNDEFINED
- Organization: CrossLink Internet Services
- Message-ID: <miller.2.0025DF55@crosslink.net>
- NNTP-Posting-Host: dyn013.king-george.va.us.crosslink.net
- X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #1]
-
- This might seem like as easy question, but I do need help
-
- if I read in a char and store it in a stack of integers, I know how to
- output it as a char by using cout.put(), but if I want to pop it off the stack
- and act on it as a char how do I convert it back to a char?
-
- thank you for any help you could give
-
- randy
-